home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_775
/
BUTTONCONDACTION on(keyPress o).as
next >
Wrap
Text File
|
2008-11-12
|
312b
|
13 lines
on(keyPress "o"){
_root.Inventaire.swapdepths(_root.Gts);
setProperty("/Gts", _X, 536);
setProperty("/Gts", _Y, 357);
setProperty("/Gts", _xscale, 20);
setProperty("/Gts", _yscale, 20);
tellTarget("/")
{
gotoAndPlay(eval("/Variables:EtatActif"));
}
gotoAndStop(1);
}